This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Notes adding newline character to my input
Feedback Type: Problem
Product Area: Notes Client
Technical Area: Application Development
Platform: Linux client - RHEL
Release: 8.5.3
Reproducible: Always
Notes is somehow inserting a newline character into the input my Java Notes agent is reading.
The input is in a Notes Document.
It is just a list of accounts, one account per line, with a newline character at the end of each line.
There is only one account that it does this to, and its the one with the longest name.
The raw input looks like this:
State of Texas - Department of Insurance/Division of Workers' Compensation (TDI/DWC)
After
String bodyString = doc.getItemValueString("Body");
System.out.println(bodyString);
a newline character has been inserted and the line looks like this:
State of Texas - Department of Insurance/Division of Workers' Compensation
(TDI/DWC)
Can anyone suggest why its doing this and how to fix it?
Feedback number WEBB95Z4WZ created by ~Arnold Xanfreelyakol on 03/21/2013
Status: Open
Comments: